Skip to main content

Semaphore

Follow the steps below to set up your Semaphore 2.0 builds to send test results to BuildPulse to help you identify and eliminate flaky tests.

If you'd like help at any step, please get in touch.

1. Add the BuildPulse Test Reporter to your build using the steps outlined in the usage guide.

You'll need these credentials for your account:

BUILDPULSE_ACCESS_KEY_ID
AKIA3SYVRUSERHR2LCNK

BUILDPULSE_SECRET_ACCESS_KEY
********

2. You'll also need the BuildPulse account ID and repository ID for your respository:

Account ID: 46661156
Repository ID: 382123152

Commit those changes, push your branch to GitHub, and verify that you still have a passing build on semaphoreci.com.

When everything is working correctly, you should see a succesful result for each of the BuildPulse-related steps in your workflow. [example]

Within a few minutes, you'll see your first flaky test analysis in your dashboard. 😅